home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / spider / draw5.ada < prev    next >
Text File  |  1993-02-04  |  214b  |  25 lines

  1. WITH Spider; Use Spider;
  2. PROCEDURE Drawing5 IS 
  3. BEGIN 
  4. Reset; 
  5. Red;
  6. Step;
  7. Step;
  8. Step;
  9. Step;
  10. Turn;
  11. Step;
  12. Green;
  13. Step;
  14. Step;
  15. Step;
  16. Turn;
  17. Red;
  18. Step;
  19. Step;
  20. Step;
  21. Step;
  22. Step;
  23. Quit;
  24. END Drawing5;
  25.